github.com/klauspost/compress/zstd.fseState.state (field)
11 uses
github.com/klauspost/compress/zstd (current package)
fse_decoder.go#L294: state decSymbol
fse_decoder.go#L301: s.state = dt[br.getBits(tableLog)]
seqdec.go#L232: llState, mlState, ofState := s.litLengths.state.state, s.matchLengths.state.state, s.offsets.state.state
seqdec_asm.go#L101: llState: uint64(s.litLengths.state.state),
seqdec_asm.go#L102: mlState: uint64(s.matchLengths.state.state),
seqdec_asm.go#L103: ofState: uint64(s.offsets.state.state),
seqdec_asm.go#L185: llState: uint64(s.litLengths.state.state),
seqdec_asm.go#L186: mlState: uint64(s.matchLengths.state.state),
seqdec_asm.go#L187: ofState: uint64(s.offsets.state.state),
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |